﻿@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{border-radius:0;background:rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.4);background-color:#1048a0;}
input,textarea{-webkit-user-select:text}
/*分页样式*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a {color: #666;padding: 0 14px;margin: 0 3px;font-weight: bold;background: #fff;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 30px;padding-bottom:1px;}
.pglist a:hover,.pglist .hover {display:inline-block;color: #fff;background: #1048a0;border-color: #1048a0;}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #1048a0;}

/*custom*/
.article-title {
    display: flex;
    padding: 14px;
    align-items: center;
    height: 52px;
}
.article-title-style {
    display: flex;
}
.article-title-style span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-color: #5989ba;
    transform: rotate(45deg);
    transform-style: preserve-3d;
}
.article-title-style span:last-child {
    background-color: #01489a;
    margin-left: -10px;
}

.article-title-text {
    margin-left: 14px;
    font-size: 38px;
    font-weight: bold;
    color: #01489a;
}
.article-title-sub {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: end;
    margin-left: 10px;
    height: 38px;
}
.article-title-sub-line {
    height: 4px;
    width: 25px;
    background-color: #01489a;
}
.article-title-sub-text {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

